#ht {
    font-size: x-large;
    color: rgb(235, 235, 235);
    text-align: center;
    margin: 25px;
    font-family: MontserratSemiBold;
}
#b1 {
    background-color:  black;
    background-attachment: fixed;
}
#p1 {
    background-color: rgb(235, 235, 235);
    color: black;
    margin: 20%;
    margin-top: 20px;
    padding: 20px;
    font-size: large;
    font-family: MontserratMed;
    margin-bottom: 60px;

}
#black {
    background-color: black;
}
body {
    max-width: 1200px;
    align-self: center;
    margin: auto;
}
#p2 {
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 20px;
    color: gray;
    text-align: center;
    font-family: MontserratLightIt;
}
#at {
    font-size: xx-large;
    color: rgb(235, 235, 235);
    text-align: center;
    margin-top: 90px;
    font-family: MontserratSemiBold;
}
#but {
    margin-top: 0px;
    margin-bottom: 60px;
    padding: 15px;
    text-align: center;
    background-color: rgb(235, 235, 235);
    margin-left: 30%;
    margin-right: 30%;
    font-family: MontserratReg;
    font-size: large;
}
#linkfuni {
    color: black;
    text-decoration: none;
}
@font-face {
    font-family: MontserratSemiBold;
    src: url(../fonts/main/Montserrat-SemiBold.ttf);
}
@font-face {
    font-family: MontserratReg;
    src: url(../fonts/main/Montserrat-Regular.ttf);
}
@font-face {
    font-family: MontserratMed;
    src: url(../fonts/main/Montserrat-Medium.ttf);
}
@font-face {
    font-family: MontserratLightIt;
    src: url(../fonts/main/Montserrat-LightItalic.ttf);
}